home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Encoding:
Text File  |  2004-07-08  |  7.7 KB  |  303 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 794
  3.   Top = 129
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 374
  8.   ClientWidth = 324
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pcTabs: TPageControl
  23.     Left = 2
  24.     Top = 2
  25.     Width = 321
  26.     Height = 338
  27.     ActivePage = tsInfo
  28.     Style = tsFlatButtons
  29.     TabOrder = 1
  30.     object tsInfo: TTabSheet
  31.       Caption = 'About'
  32.       object lHeader: TLabel
  33.         Left = 111
  34.         Top = 0
  35.         Width = 87
  36.         Height = 41
  37.         Caption = 'Filzip'
  38.         Color = clBtnFace
  39.         Font.Charset = ANSI_CHARSET
  40.         Font.Color = clNavy
  41.         Font.Height = -35
  42.         Font.Name = 'Arial'
  43.         Font.Style = [fsBold]
  44.         ParentColor = False
  45.         ParentFont = False
  46.       end
  47.       object Image1: TImage
  48.         Left = 8
  49.         Top = 2
  50.         Width = 32
  51.         Height = 32
  52.         AutoSize = True
  53.         Picture.Data = {<image000.ico>}
  54.         Transparent = True
  55.       end
  56.       object Panel: TPanel
  57.         Left = 0
  58.         Top = 43
  59.         Width = 313
  60.         Height = 263
  61.         BevelOuter = bvLowered
  62.         Color = clWhite
  63.         TabOrder = 0
  64.         object lVersionDesc: TLabel
  65.           Left = 8
  66.           Top = 10
  67.           Width = 38
  68.           Height = 13
  69.           Caption = 'Version:'
  70.         end
  71.         object lAuthorDesc: TLabel
  72.           Left = 8
  73.           Top = 28
  74.           Width = 34
  75.           Height = 13
  76.           Caption = 'Author:'
  77.         end
  78.         object lDateDesc: TLabel
  79.           Left = 8
  80.           Top = 47
  81.           Width = 81
  82.           Height = 13
  83.           Caption = 'Compilation date:'
  84.         end
  85.         object lWebsiteDesc: TLabel
  86.           Left = 8
  87.           Top = 74
  88.           Width = 42
  89.           Height = 13
  90.           Caption = 'Website:'
  91.         end
  92.         object lDate: TLabel
  93.           Left = 104
  94.           Top = 47
  95.           Width = 48
  96.           Height = 13
  97.           Caption = '30.1.1999'
  98.         end
  99.         object lAuthor: TLabel
  100.           Left = 104
  101.           Top = 28
  102.           Width = 75
  103.           Height = 13
  104.           Caption = 'Philipp Engel'
  105.           Font.Charset = DEFAULT_CHARSET
  106.           Font.Color = clWindowText
  107.           Font.Height = -11
  108.           Font.Name = 'MS Sans Serif'
  109.           Font.Style = [fsBold]
  110.           ParentFont = False
  111.         end
  112.         object lVersion: TLabel
  113.           Left = 104
  114.           Top = 10
  115.           Width = 38
  116.           Height = 16
  117.           Caption = '0.99a'
  118.           Font.Charset = DEFAULT_CHARSET
  119.           Font.Color = clWindowText
  120.           Font.Height = -13
  121.           Font.Name = 'MS Sans Serif'
  122.           Font.Style = [fsBold]
  123.           ParentFont = False
  124.         end
  125.         object ulAddress: TURLLabel
  126.           Left = 104
  127.           Top = 73
  128.           Width = 117
  129.           Height = 16
  130.           Caption = 'http://www.filzip.com'
  131.           Font.Charset = ANSI_CHARSET
  132.           Font.Color = clNavy
  133.           Font.Height = -13
  134.           Font.Name = 'MS Sans Serif'
  135.           Font.Style = []
  136.           ParentFont = False
  137.           URL = 'http://www.filzip.com'
  138.           MouseOverFont.Charset = DEFAULT_CHARSET
  139.           MouseOverFont.Color = clBlue
  140.           MouseOverFont.Height = -13
  141.           MouseOverFont.Name = 'MS Sans Serif'
  142.           MouseOverFont.Style = [fsUnderline]
  143.         end
  144.         object ulAltAddress: TURLLabel
  145.           Left = 104
  146.           Top = 89
  147.           Width = 107
  148.           Height = 16
  149.           Caption = 'http://www.filzip.de'
  150.           Font.Charset = ANSI_CHARSET
  151.           Font.Color = clNavy
  152.           Font.Height = -13
  153.           Font.Name = 'MS Sans Serif'
  154.           Font.Style = []
  155.           ParentFont = False
  156.           URL = 'http://www.filzip.de'
  157.           MouseOverFont.Charset = DEFAULT_CHARSET
  158.           MouseOverFont.Color = clBlue
  159.           MouseOverFont.Height = -13
  160.           MouseOverFont.Name = 'MS Sans Serif'
  161.           MouseOverFont.Style = [fsUnderline]
  162.         end
  163.         object ulEmail: TURLLabel
  164.           Left = 104
  165.           Top = 116
  166.           Width = 146
  167.           Height = 16
  168.           Caption = 'philipp.engel@filzip.com'
  169.           Font.Charset = ANSI_CHARSET
  170.           Font.Color = clNavy
  171.           Font.Height = -13
  172.           Font.Name = 'MS Sans Serif'
  173.           Font.Style = []
  174.           ParentFont = False
  175.           URL = 'mailto:philipp.engel@filzip.com'
  176.           MouseOverFont.Charset = DEFAULT_CHARSET
  177.           MouseOverFont.Color = clBlue
  178.           MouseOverFont.Height = -13
  179.           MouseOverFont.Name = 'MS Sans Serif'
  180.           MouseOverFont.Style = [fsUnderline]
  181.         end
  182.         object lEmailDesc: TLabel
  183.           Left = 8
  184.           Top = 116
  185.           Width = 28
  186.           Height = 13
  187.           Caption = 'Email:'
  188.         end
  189.         object lRights: TLabel
  190.           Left = 8
  191.           Top = 230
  192.           Width = 297
  193.           Height = 27
  194.           Alignment = taCenter
  195.           AutoSize = False
  196.           Caption = 'lRights'
  197.           Font.Charset = DEFAULT_CHARSET
  198.           Font.Color = clWindowText
  199.           Font.Height = -11
  200.           Font.Name = 'MS Sans Serif'
  201.           Font.Style = []
  202.           ParentFont = False
  203.           WordWrap = True
  204.         end
  205.         object imgDelphi: TImage
  206.           Left = 91
  207.           Top = 145
  208.           Width = 130
  209.           Height = 75
  210.           AutoSize = True
  211.           Picture.Data = {<image001.bmp>}
  212.         end
  213.       end
  214.     end
  215.     object tsCredits: TTabSheet
  216.       Caption = 'Credits'
  217.       ImageIndex = 1
  218.       OnHide = tsCreditsHide
  219.       OnShow = tsCreditsShow
  220.       object scCredits: TScrollingCredits
  221.         Left = 0
  222.         Top = 0
  223.         Width = 313
  224.         Height = 305
  225.         Credits.Strings = (
  226.           '&b&uFilzip'
  227.           ''
  228.           '&bCopyright 1997-2004 by'
  229.           '&bPhilipp Engel'
  230.           ''
  231.           ''
  232.           ''
  233.           'The Development Team:'
  234.           '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  235.           'Philipp Engel (Main developer)'
  236.           'philipp.engel@filzip.com'
  237.           ''
  238.           'Christian Schindler '
  239.           'Chris@filzip.com'
  240.           ''
  241.           'Holger Dors'
  242.           ''
  243.           ''
  244.           ''
  245.           'The Beta-Tester Team:'
  246.           '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  247.           'Holger Dors'
  248.           'Arno Pies'
  249.           'Frank Mitchell'
  250.           'Jogy George'
  251.           'UUS'
  252.           'nobody'
  253.           'Perotin'
  254.           'tom'
  255.           ''
  256.           'and others....'
  257.           ''
  258.           ''
  259.           'Special Thanks to:'
  260.           '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  261.           'Andreas M∩┐╜hling'
  262.           'Serge Carrier'
  263.           'Robert Z∩┐╜berlein'
  264.           'Kambiz R. Khojasteh'
  265.           ''
  266.           ''
  267.           'And to my friends:'
  268.           '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  269.           'Thomas Fakler'
  270.           'Florian Biechl'
  271.           'Florian Trommer'
  272.           'LYCJ')
  273.         CreditsFont.Charset = ANSI_CHARSET
  274.         CreditsFont.Color = clLime
  275.         CreditsFont.Height = -11
  276.         CreditsFont.Name = 'Tahoma'
  277.         CreditsFont.Style = []
  278.         BackgroundColor = clBlack
  279.         BorderColor = clWhite
  280.         Animate = True
  281.         Interval = 30
  282.         ShowBorder = False
  283.       end
  284.     end
  285.   end
  286.   object btnClose: TButton
  287.     Left = 112
  288.     Top = 343
  289.     Width = 101
  290.     Height = 27
  291.     Caption = '&Close'
  292.     Font.Charset = DEFAULT_CHARSET
  293.     Font.Color = clWindowText
  294.     Font.Height = -11
  295.     Font.Name = 'MS Sans Serif'
  296.     Font.Style = []
  297.     ParentFont = False
  298.     TabOrder = 0
  299.     OnClick = SpeedButton1Click
  300.     OnKeyDown = FormKeyDown
  301.   end
  302. end
  303.